runtime.TypeAssertionError.asserted (field)

4 uses

	runtime (current package)
		error.go#L27: 	asserted      *_type
		error.go#L38: 	as := toRType(e.asserted).string()
		error.go#L47: 			if toRType(e.concrete).pkgpath() != toRType(e.asserted).pkgpath() {
		iface.go#L102: 	panic(&TypeAssertionError{concrete: typ, asserted: &inter.Type, missingMethod: itabInit(m, false)})